A CSP (Constraints Satisfaction Problem) is defined on a finite set of variables:

CONSTRAINT GRAPH

For each CSP exists a graph (constraint graph) in which the nodes represent variables and the arcs are the constraints.

Exercise